getImageFilesInfos(Vintasoft.Shared.WebFileInfoJS[],Vintasoft.Shared.WebServiceJS) Метод
В этом разделе
Sends an asynchronous request to a server and gets information about images, which are stored in files on server.
Синтаксис
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: any
// Parameters
var fileIds; // Type: WebFileInfoJS[]
var service; // Type: WebServiceJS
value = instance.getImageFilesInfos(fileIds, service);
function getImageFilesInfos(
: WebFileInfoJS[],
: WebServiceJS
) : any;
Parameters
- fileIds
- An array of instances of WebFileInfoJS class.
- service
- WebServiceJS which allows to manage an image collection.
Исключения
Исключение | Описание |
| Thrown if arguments have wrong types. |
Смотрите также